added iOS source code
[wl-app.git] / iOS / Pods / Target Support Files / Kingfisher / Kingfisher.modulemap
diff --git a/iOS/Pods/Target Support Files/Kingfisher/Kingfisher.modulemap b/iOS/Pods/Target Support Files/Kingfisher/Kingfisher.modulemap
new file mode 100644 (file)
index 0000000..2a20d91
--- /dev/null
@@ -0,0 +1,6 @@
+framework module Kingfisher {
+  umbrella header "Kingfisher-umbrella.h"
+
+  export *
+  module * { export * }
+}